From: Juanma Barranquero Date: Thu, 6 May 2004 00:46:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22696 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c05e7847e4c865262588a7f17e2ed961e679ade;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 628307fff6a..2da583d85fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-06 Juanma Barranquero + + * ehelp.el (electric-help-command-loop): Check whether the last + character is visible, not (point-max). + 2004-05-05 Kenichi Handa * descr-text.el (describe-char): Copy the character with text @@ -7,12 +12,12 @@ 2004-05-05 Stephen Eglen * iswitchb.el (iswitchb-global-map): Fix typo. - Removed unwanted ###autoloads from source file. + Remove unwanted ###autoloads from source file. 2004-05-05 Lars Hansen * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook - in run-hooks. Use substitute-command-keys in message. + in run-hooks. Use substitute-command-keys in message. (wdired-abort-changes): Add message. 2004-05-03 Michael Mauger diff --git a/src/ChangeLog b/src/ChangeLog index 68c610c4387..742f38294ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-06 Romain Francoise (tiny change) + + * data.c (Fsetq_default): Fix docstring. + 2004-05-06 Jason Rumney * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h